home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / moveit / setup.moveit2.lite.exe / install_script.iss
Text File  |  2007-05-04  |  3KB  |  67 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=MoveIt2
  5. AppVerName=MoveIt2 v5.73 Lite
  6. AppId=MoveIt2
  7. AppPublisher=MoveIt2
  8. AppPublisherURL=http://users.telenet.be/moveit2
  9. AppSupportURL=http://users.telenet.be/moveit2
  10. AppUpdatesURL=http://users.telenet.be/moveit2
  11. DefaultDirName={pf}\MoveIt2
  12. DefaultGroupName=MoveIt2
  13. OutputBaseFilename=setup.moveit2.lite
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\MoveIt2.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  23. Source: "{app}\MoveIt2.pdf"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  24. Source: "{app}\MoveIt2Srv.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  25. Source: "{app}\Service Install.cmd"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  26. Source: "{app}\Service Uninstall.cmd"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  27. Source: "{app}\Service Start.cmd"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  28. Source: "{app}\Service Stop.cmd"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  29.  
  30. [Run]
  31. Filename: "{app}\MoveIt2.exe"; Description: "{cm:LaunchProgram,MoveIt2}"; Flags: postinstall skipifsilent nowait
  32.  
  33. [UninstallRun]
  34. Filename: "{app}\Service Stop.cmd"; 
  35. Filename: "{app}\Service Uninstall.cmd"; 
  36.  
  37. [Icons]
  38. Name: "{group}\MoveIt2"; Filename: "{app}\MoveIt2.exe"; 
  39. Name: "{group}\MoveIt2 Help"; Filename: "{app}\MoveIt2.pdf"; 
  40. Name: "{userdesktop}\MoveIt2"; Filename: "{app}\MoveIt2.exe"; Tasks: desktopicon; 
  41. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\MoveIt2"; Filename: "{app}\MoveIt2.exe"; Tasks: quicklaunchicon; 
  42. Name: "{group}\Service\1. Install Service"; Filename: "{app}\Service Install.cmd"; WorkingDir: "{app}"; IconFilename: "{app}\MoveIt2Srv.exe"; Flags: runminimized 
  43. Name: "{group}\Service\2. Start Service"; Filename: "{app}\Service Start.cmd"; WorkingDir: "{app}"; IconFilename: "{app}\MoveIt2Srv.exe"; Flags: runminimized 
  44. Name: "{group}\Service\3. Stop Service"; Filename: "{app}\Service Stop.cmd"; WorkingDir: "{app}"; IconFilename: "{app}\MoveIt2Srv.exe"; Flags: runminimized 
  45. Name: "{group}\Service\4. Uninstall Service"; Filename: "{app}\Service Uninstall.cmd"; WorkingDir: "{app}"; IconFilename: "{app}\MoveIt2Srv.exe"; Flags: runminimized 
  46. Name: "{group}\{cm:UninstallProgram,MoveIt2}"; Filename: "{uninstallexe}"; 
  47.  
  48. [Tasks]
  49. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  50. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  51.  
  52. [CustomMessages]
  53. default.NameAndVersion=%1 version %2
  54. default.AdditionalIcons=Additional icons:
  55. default.CreateDesktopIcon=Create a &desktop icon
  56. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  57. default.ProgramOnTheWeb=%1 on the Web
  58. default.UninstallProgram=Uninstall %1
  59. default.LaunchProgram=Launch %1
  60. default.AssocFileExtension=&Associate %1 with the %2 file extension
  61. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  62.  
  63. [Languages]
  64. ; These files are stubs
  65. ; To achieve better results after recompilation, use the real language files
  66. Name: "default"; MessagesFile: "embedded\default.isl"; 
  67.